Interface for accessing the Non-Volatile (NV) items stored in the ZNP. More...
#include "../Common/printf.h"#include "znpNvItemInterface.h"#include "znp_commands.h"#include "string.h"Defines | |
| #define | ZNP_SPI 1 |
Variables | |
| unsigned char | srsp [SRSP_BUFFER_SIZE] |
Interface for accessing the Non-Volatile (NV) items stored in the ZNP.
Use this interface to read/write NV items.
| unsigned char srsp[SRSP_BUFFER_SIZE] |
This buffer will hold the received SRSP Payload after sendMessage() was called.
1.6.3